have_rows count acf php

52

have_rows count acf php -

$numrows = count( get_field( 'field_name', 'post_id' ) );
// post_id isn't need but required in some situations

Comments

Submit
0 Comments